home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / datatypes / zgifdtype39.9.lha / ZGIFDatatype.Doc < prev   
Encoding:
Text File  |  1995-03-15  |  4.8 KB  |  134 lines

  1.  
  2.  
  3.     ZGIFDatatype 39.9
  4.     March '95
  5.  
  6.     Another FAST Utility Written by Michael Zucchi
  7.  
  8. This is a replacement for any of the other gif datatypes available.  What
  9. makes it considerably better than any of the others?  Speed.  On an
  10. A1200 it will load GIF's using multiview approximately the same speed as
  11. loading IFF ILBM pictures.  And a lot faster if loading from floppy disks.
  12.  
  13. In addition, asynchronous file reading routines have been incorporated
  14. into the code which allow it to load pictures virtually independent
  15. of I/O speed.  For example a 680x480x256 gif picture will load off of
  16. floppy disk within a few seconds of one loading off of a hard drive.
  17. (this is in an Amiga 1200, with no fastmem)
  18.  
  19. It requires Release 3.0 or greater of the system software.
  20.  
  21. Main features:
  22.  
  23.     o    SPEED.  Try it, after using this you wont want to be without it!
  24.     o    Supports most gifs (only some esoteric, and mostly unused features
  25.         of the GIF8?a standard have been ignored)
  26.     o    Uses async file reading for greater performance - on an A1200 will
  27.     load a picture the same speed off of floppy as off of hard drive!
  28.     o    100% Assembly language, very optimised.
  29.     o    Custom chunky to planar conversion, that is reasonably fast (a version
  30.         using WritePixelLine8() runs about 50% the speed of this version)
  31.     o    Now works with all 68000 series CPU's (i hope)
  32.     o    Its FREE! (this is of course the best bit)
  33.  
  34.  
  35. Main limitations: (hey, its not _perfect_ after all)
  36.  
  37.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  38.         release.
  39.     o    Only decodes pictures with a global colour table.  Most gif loaders
  40.         do the same, and most writers write them.
  41.     o    Ignores any local colour tables (but still decodes picture).  Could
  42.         lead to a bad palette.
  43.  
  44. Distribution:
  45.  
  46. This program is FreeWare, _please_ give it to your friends, your enemies
  47. ANYONE who could possibly use it or otherwise spread it around.  Datatypes
  48. are a really excellent addition to the OS but there aren't yet enough
  49. quality datatypes out there.
  50. The original achive in which this text file is placed may be included in
  51. any other release of non-commercial software, so long it remains
  52. intact.  If anyone wants to put it on a commercial release, just contact me.
  53.  
  54. Installation:
  55.  
  56.     Copy the gif.datatype file into your sys:classes/datatypes/ drawer
  57.     Copy the Datatypes/GIF file (and its icon) into DEVS:Datatypes/
  58.  
  59. Reboot your machine or use AddDataTypes to enable it.
  60.  
  61. Nice isn't it? :)
  62.  
  63.  
  64.  
  65. The Author:
  66.  
  67. I've just finished a 4 year Computer Systems Engineering degree and
  68. hope to soon have a programming job somewhere in Adelaide.
  69.  
  70. I can be reached via email at:
  71.  
  72.   9107047w@lux.levels.unisa.edu.au (till midyear '95)
  73.   zucchi@box.apana.org.au
  74.   zucchi@zedzone.apana.org.au
  75.  
  76. or Aussie Post via:  ('home' address)
  77.  
  78.   Michael Zucchi
  79.   PO box 824
  80.   Waikerie SA 5330    <- SA = South Australia
  81.  
  82. or if ya live in Adelaide, ring Freds BBS and give us a bell.
  83.  
  84. I'd like to hear about any major/minor bugs.
  85.  
  86.  
  87. Thanks and the rest:
  88.  
  89. Thanks to the guys who supplied me with those odd (and i mean _odd_ :)
  90. gif's to test some of the weirder stuff.  And the other guys who suggested
  91. i do it.  And to all those guys who mailed me with bugs.  Hopefully the
  92. screenmode selection is a bit better now fellas?
  93.  
  94. Thanks also to the C= software eng's for making such a _cool_ OS.
  95.  
  96. Zgif 1.0?
  97. Will i ever release it?  I dont know ... the version i have now does
  98. a lot of things, and its what i personally use to show gif's and iff's
  99. but it still needs some work to become releasable.
  100.  
  101.  
  102.        ///
  103.       ///   Michael Zucchi
  104.   \\\///    zucchi@zedzone.apana.org.au
  105.    \\\/     Computer Systems Engineer (in the making)
  106.  
  107.  
  108. Note:
  109.      "The Graphics Interchange Format(c) is the Copyright property of
  110.       CompuServe Incorporated. GIF(sm) is a Service Mark property of
  111.       CompuServe Incorporated."
  112.  
  113.  History
  114.  
  115.  39.0    Initial version
  116.  39.1    Now does any depth gif, not only 4 or 8, used to ignore.
  117.  39.2    Now supprts interlaced gifs, used to ignore.
  118.  39.3    Added better viewmode selection via BestModeIDA(), uses
  119.      the 'workbench' monitor (if possible).
  120.  39.4    Fixed a tiny bug in extension block skipping code.
  121.  39.5    Monitor selection was up shit creek.  Now it should work a lot
  122.      better, and select a decent monitor (i only had Euro72 active,
  123.      so it seemed to be ok before).  No longer tries to clone the
  124.      workbench monitor.
  125.  39.6    Was passing incorrect dimensions to the datatype object via the
  126.      DTA_NominalHoriz/Vert tags.  Caused multiview to open a strange
  127.      sized window if run on workbench.
  128.  39.7    Changed GetBestMode() code - again.  Now it asks for a mode with
  129.      roughly square pixels (actually 130:100 seems to be best aspect???).
  130.      Appears to work better anyway.
  131.  39.8   Changed to use interleaved bitmaps if possible
  132.  39.9    Changed code to work with all 68000 series CPU's, this also
  133.      includes a more robust gif decoder (crashes and hangs less often)
  134.